home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / accrd1 / wonform.frm < prev    next >
Text File  |  1995-05-08  |  1KB  |  46 lines

  1. VERSION 2.00
  2. Begin Form WonForm 
  3.    BackColor       =   &H00C0C0C0&
  4.    BorderStyle     =   1  'Fixed Single
  5.    Caption         =   "Game Over"
  6.    ClientHeight    =   3030
  7.    ClientLeft      =   1170
  8.    ClientTop       =   1545
  9.    ClientWidth     =   4365
  10.    ControlBox      =   0   'False
  11.    Height          =   3435
  12.    Left            =   1110
  13.    LinkMode        =   1  'Source
  14.    LinkTopic       =   "Form2"
  15.    MaxButton       =   0   'False
  16.    MinButton       =   0   'False
  17.    ScaleHeight     =   3030
  18.    ScaleWidth      =   4365
  19.    Top             =   1200
  20.    Width           =   4485
  21.    Begin CommandButton Command1 
  22.       Caption         =   "Totally Awesome, Dude"
  23.       Height          =   735
  24.       Left            =   360
  25.       TabIndex        =   1
  26.       Top             =   2160
  27.       Width           =   3615
  28.    End
  29.    Begin PictureBox Picture1 
  30.       AutoSize        =   -1  'True
  31.       BorderStyle     =   0  'None
  32.       Height          =   1905
  33.       Left            =   0
  34.       Picture         =   WONFORM.FRX:0000
  35.       ScaleHeight     =   1905
  36.       ScaleWidth      =   4365
  37.       TabIndex        =   0
  38.       Top             =   120
  39.       Width           =   4365
  40.    End
  41. End
  42. Sub Command1_Click ()
  43.    Unload WonForm
  44. End Sub
  45.  
  46.